neighbor fall-over bfd

This command sets BFD for a Border Gateway Protocol (BGP).

Syntax

neighbor {<neighbor tag>|a.b.c.d|x:x::x:x} fall-over bfd interval <value> min_rx <value> multiplier <value>

Command

Description

a.b.c.d|X:X::X:X

Defines the IP address of the neighbor (IPv4 or IPv6).

neighbor tag

Defines the neighbor tag.

interval

Interval (in msec) for outgoing BFD messages. The interval is increased if the remote system requires it.

min_rx

Minimum interval (in msec) between BFD messages. The remote system uses this interval for sending messages in case its interval is lower.

multiplier

Maximum number of packets that can be missed before the session status is considered down.

Default

NA

Command Mode

Privileged User

Example

This example sets BFD for a BGP.

(config-data)# router bgp 1
(conf-router)# neighbor 10.30.5.118 fall-over bfd interval 1000 min_rx 1000 multiplier 3